home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / shared.dir / 00847.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  134 b   |  9 lines

  1. on explore
  2.   global gOnIBM, gMacBiblePath
  3.   if gOnIBM then
  4.     open("C:\BSWIN\BSWIN.EXE")
  5.   else
  6.     open(gMacBiblePath)
  7.   end if
  8. end
  9.